home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 February
/
CMCD0205.ISO
/
Software
/
Demo
/
Chimie
/
interfata.swf
/
scripts
/
DefineButton2_144
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2005-01-03
|
155b
|
11 lines
on(press){
i = 1;
while(i < 5)
{
_parent["sb" + i].gotoAndStop(1);
i++;
}
play();
getURL("FSCommand:open",pars);
}